home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / asciitbl.arc / ASCIITBL.DOC < prev    next >
Text File  |  1988-03-12  |  3KB  |  59 lines

  1.  
  2.  
  3.       ASCIITBL - AN ASCII TABLE POP-UP FOR USE WITH DESQVIEW
  4.  
  5.  
  6.  
  7.       Written By: Phillip A. Kaufman                     January, 1988
  8.  
  9.       Copyright 1987,1988 Phillip A. Kaufman. All rights, except those
  10.       specifically granted herein are reserved by the author. The right
  11.       to copy and distribute this material is granted without fee for
  12.       any and all non-commercial use. This material specifically may
  13.       not be distributed or sold for a fee nor incorporated in whole or
  14.       in part into any other product that is distributed or sold for a
  15.       fee without specific permission of the author. To obtain special
  16.       permission or to report any difficulties with this material
  17.       contact:
  18.                         Phillip A. Kaufman
  19.                         19987 Moran Lane
  20.                         Saratoga, CA 95070
  21.  
  22.       THIS MATERIAL IS DISTRIBUTED "as is" WITHOUT ANY EXPRESSED OR
  23.       IMPLIED WARRANTY OR LIABILITY FOR DIRECT, INDIRECT OR
  24.       CONSEQUENTIAL DAMAGES.
  25.  
  26.  
  27.       OVERVIEW
  28.  
  29.       This program is similar to others written in assembly language
  30.       but it is written entirely in C. It was done to show that such
  31.       a program in C is nearly as small and fast as is the assembly
  32.       version.
  33.  
  34.       The program displays the complete ASCII table a la Sidekick(tm).
  35.  
  36.       Use:      PgUp and PgDn to page the display
  37.                 ESC to exit
  38.  
  39.       Installation: Must be installed in Desqview environment.
  40.                 Requires a DV memory size of only 4k.
  41.                 Must set the window size to 18 high and 23 wide.
  42.                 Program does not generate colors so it will assume
  43.                 the window's colors or you can make a startup script
  44.                 to force colors.
  45.  
  46.       Files:
  47.               asciitbl.c      the source file ( for MSC 4.0;
  48.                                 compile with small model and link
  49.                                 with stack of 150 bytes - IT IS
  50.                                 REALLY IMPORTANT to either use linker
  51.                                 directive to set stack or to use
  52.                                 EXEMOD. Microsoft's default stack size
  53.                                 is 2k and program will crash DV if
  54.                                 loaded into a 4k segment.)
  55.               asciitbl.exe    compiled version of above - fits in 4k
  56.                                 with room to spare!
  57.               at-pif.dvp      dv 2.0 pif file
  58.               at-scrip.dvs    dv 2.0 startup script for colors
  59.